You are currently viewing outdated (<=3.x) Chameleon documentation on our old website. For version >=4.x, check out our new website.

Current release: 3.5.0 | hub

27 April 2021

Version 1.7.0 ()

A step towards better performance

Small changes in our React component-library will provide performance 🚀 benefits in the future. At this moment we introduced sideEffects and made some changes in our Illustration components to enable better treeshaking (dead code elimination).

NB theme updates

Updated existing NB theme to match better the productions implementation. So it can be used in fragments. This includes Heading 3 line-height. Branded Heading large and small update.

Playroom (Beta)

We're introducing playroom for quick prototyping across different brands with only one code snippet. The url is sharable, so you can share your code snippet with a simple link. All React components are accessible here. Check it out here: https://chameleon.mediahuis.be/playroom

New Staging Environment

To be more transparent, we're introducing a new staging domain. Here we will update next releases before they come to production. https://staging-chameleon.mediahuis.be

Make 'autocomplete' prop accessible for chrome autocomplete bug

Chrome ignores autocomplete="off", that's why we've made the autocomplete prop accessible to the component. So if it can be overwritten where needed. More info can be found here: https://stackoverflow.com/questions/12374442/chrome-ignores-autocomplete-off

Figma plugin experimentation

For a better workflow we're investigation what Figma plugins can do for us, and what this means for our current implementation.

Full changelog

Check out the full changelog for more information.